Download Citrix NetScaler 12 Essentials and Traffic Management.1Y0-240.PracticeTest.2019-01-28.75q.vcex

Vendor: Citrix
Exam Code: 1Y0-240
Exam Name: Citrix NetScaler 12 Essentials and Traffic Management
Date: Jan 28, 2019
File Size: 1 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

ProfExam Discount

Demo Questions

Question 1
Scenario: A Citrix Administrator is troubleshooting a NetScaler issue. The administrator goes to the command line and from the Shell, tails the ns.log to view the log in real time to find the issue. After a few minutes, the administrator noticed that the logs stopped scrolling and the issue was missed. 
How can troubleshooting continue using the ns.log? 
  1. The ns.log needs to be downloaded to the client machine for full viewing.
  2. The ns.log service has stopped and needs to be restarted.
  3. The ns.log is still running. Press ‘Enter’ and the ns.log will resume.
  4. The ns.log has reached its 100 KB limit. Press ‘CTRL+C’ to stop it from running and issue the command “tail-f ns.log” to resume.
Correct answer: A
Question 2
What is the effect of the set gslb parameter – GSLSvcStateDelayTime 10 command on the Global Server Load Balancing (GSLB) environment, when Metric 
Exchange Protocol (MEP) is enabled?
  1. The Metric Exchange Protocol (MEP) will be marked as DOWN if the GSLB service has been DOWN for 10 seconds.
  2. The Metric Exchange Protocol (MEP) will be marked as DOWN if the GSLB vServer has been DOWN for 10 seconds.
  3. The GSLB services will be marked as DOWN, if the Metric Exchange Protocol (MEP) connection has been DOWN for 10 seconds.
  4. The GSLB services will be marked as DOWN if the service has been DOWN for 10 seconds.
Correct answer: C
Question 3
Before:
<link rel=”stylesheet” type=”text/css” href=”sheet/abc.css”> 
<link rel=”stylesheet” type=”text/css” href=”sheet/xyz.css”> 
After:
<link rel=”stylesheet” type=”text/css” href=”sheet/abc.css+ xyz.css”> 
Which Front-End Optimization (FEO) action can a Citrix Administrator use to achieve the results above?
  1. Minify CSS
  2. Combine CSS
  3. Inline CSS
  4. Convert linked CSS
Correct answer: B
Explanation:
Reference: https://docs.citrix.com/en-us/netscaler/10-5/ns-optimization-wrapper-10-con/ns-feo-con/ns-feo-working-use-case.html
Reference: https://docs.citrix.com/en-us/netscaler/10-5/ns-optimization-wrapper-10-con/ns-feo-con/ns-feo-working-use-case.html
Question 4
A Citrix Administrator would like to configure the network in a way that will allow the traffic requests coming from the client to pass through the NetScaler, but the responses from the back-end resources will be sent directly to the client bypassing the NetScaler. 
Which feature can the administrator use for this configuration?
  1. Policy-based Routing
  2. Use Source IP (USIP) address
  3. Direct Server Return (DSR)
  4. SmartAccess
Correct answer: D
Question 5
A Citrix Administrator needs to block all the DNS requests from subnet 10.107.149.0/24. 
Which expressions can the administrator use to match the required traffic?
  1. CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24) && client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)
  2. CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24) && (client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53))
  3. CLIENT.IP.SRC(10.107.149.0) && (client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53))
  4. CLIENT.IP.SRC(10.107.149.0) && client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)
Correct answer: B
Question 6
Scenario: A Citrix Administrator manages an environment that has three SSL websites, all serving the same content.
www.company.com 
www.company.net 
www.company.org 
The administrator would like to consolidate the website into a single, load-balanced SSL virtual server. 
Which action can the administrator take to use a single SSL virtual server?
  1. Bind the certificate of each website to a single SSL virtual server.
  2. Bind a multiple Subject Alternative Name (SAN) certificate to a single SSL virtual server.
  3. Bind a Wildcard certificate to a single SSL virtual server.
  4. Bind a Wildcard certificate to a Content Switching virtual server.
Correct answer: D
Question 7
In the Global Server Load Balancing (GSLB) configuration when dynamic proximity is implemented, the round trip time (RTT) between the _____________ and _____________ is measured to make the load decision. (Choose the correct option to complete the sentence.)
  1. IP address of the client; each of the GSLB sites.
  2. Local DNS of the client; each of the GSLB sites.
  3. Local DNS of the client; each of the GSLB services.
  4. IP address of the client; each of the GSLB services.
Correct answer: B
Question 8
Scenario: A Load Balancing virtual server (lb_vsrv_www) is configured to load balance service_1 and service_2. A Citrix Administrator needs to bind a content filter policy to the virtual server, such that if the user tries to access http://xenapp.citrix.com, then the request should go to service_1.
Which policy can the administrator use in this scenario?
  1. add filter action Redirect_Service_1_Act redirect Service_1 
    add filter policy Redirect_Service_1_Pol -rule “REQ.HTTP.HEADER HOSTANME CONTAINS xenapp.citrix.com” reqAction Redirect_Service_1_Act
  2. add filter action Redirect_Service_1_Act forward Service_1 
    add filter policy Redirect_Service_1_Pol -rule “REQ.HTTP.HEADER HOSTANME CONTAINS xenapp.citrix.com” reqAction Redirect_Service_1_Act
  3. add filter action Redirect_Service_1_Act forward Service_1 
    add filter policy Redirect_Service_1_Pol -rule “REQ.HTTP.HEADER HOSTANME CONTAINS xenapp.citrix.com”
  4. add filter action Redirect_Service_1_Act respond Service_1 
    add filter policy Redirect_Service_1_Pol -rule “REQ.HTTP.HEADER HOSTANME CONTAINS xenapp.citrix.com”
Correct answer: A
Question 9
Scenario: A Citrix Administrator is concerned about the amount of health checks the NetScaler is sending to the backend resources. The administrator would like to find a way to remove health checks from specific bound services. 
How can the administrator accomplish this? 
  1. Use the No-Monitor option.
  2. Use Service Groups to minimize health checks.
  3. Unbind the current monitor.
  4. Use reverse condition monitoring.
Correct answer: A
Question 10
Scenario: A Citrix Administrator has configured the rewrite action as follows:
add rewrite action sync_date replace http.res.date sys.time 
What is the correct way to interpret this rewrite action?
  1. The rewrite action replaces the Date header in the http response with the GMT time stamp.
  2. The rewrite action replaces the Date header in the http response with the NetScaler system time in a conventional date format.
  3. The rewrite action is invalid, as system time CANNOT be referenced in the system policy.
  4. The rewrite action replaces the NetScaler system time with the Date header in a conventional date format. 
Correct answer: C
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!